home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(pnam == "" or !pnam and zzu != 1 or ptse < 1000)
- {
- _root.gotoAndPlay(3);
- }
- else
- {
- zzu = 1;
- fvorname = "x";
- fnachname = pnam;
- fpunkte = _root.pts;
- ficon = 1;
- loadVariables("http://www.crawlor.com/gameshot/magneto/schreiben.php?" + new Date().getTime(),this,"POST");
- status_txt.text = "Schreibe Daten!";
- this.onData = function()
- {
- if(eintrag)
- {
- quit = 1;
- _root.gotoAndPlay(3);
- delete eintrag;
- }
- else
- {
- status_txt.text = "Fehler !";
- delete eintrag;
- }
- };
- }
- }
-